We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing compatibility data
See mdn/content#39711; the property was initially a frozen array and later changed to a mutable array.
No response
Data for when this change happened
None; I suppose it has something to do with w3c/csswg-drafts#6431
https://developer.mozilla.org/en-US/docs/Web/API/Document/adoptedStyleSheets
api.Document.adoptedStyleSheets
The text was updated successfully, but these errors were encountered:
I tested in Chrome 73, Firefox 101, and Safari 16.5 with this JSBin.
Firefox 101 and Safari 16.5 already support mutating the array, whereas only Chrome 99 added this.
@Josh-Cena Would you like to open a PR adding a mutable subfeature? 🙏
mutable
Sorry, something went wrong.
No branches or pull requests
What type of issue is this?
Missing compatibility data
What information was incorrect, unhelpful, or incomplete?
See mdn/content#39711; the property was initially a frozen array and later changed to a mutable array.
What browsers does this problem apply to, if applicable?
No response
What did you expect to see?
Data for when this change happened
Did you test this? If so, how?
None; I suppose it has something to do with w3c/csswg-drafts#6431
Can you link to any release notes, bugs, pull requests, or MDN pages related to this?
No response
Do you have anything more you want to share?
No response
MDN URL
https://developer.mozilla.org/en-US/docs/Web/API/Document/adoptedStyleSheets
MDN metadata
MDN page report details
api.Document.adoptedStyleSheets
The text was updated successfully, but these errors were encountered: